Version Packages - #1841
Merged
Merged
Conversation
arkenv
@arkenv/build
@arkenv/bun-plugin
@arkenv/cli
@arkenv/fumadocs-ui
@arkenv/nextjs
@arkenv/nuxt
@arkenv/vite-plugin
commit: |
Contributor
Author
📦 Bundle Size Report
✅ All size limits passed! |
arkenv-bot
Bot
force-pushed
the
changeset-release/dev
branch
from
September 11, 2026 19:52
4c7caf5 to
0ce06c6
Compare
7 tasks
yamcodes
added a commit
that referenced
this pull request
Sep 11, 2026
<!-- CURSOR_AGENT_PR_BODY_BEGIN --> ## Description Restores examples sync after the `@arkenv/nextjs` `0.1.6` version bump from Version Packages (#1841). `pnpm sync:examples` updated: - `examples/with-nextjs` and `examples/with-nextjs-strict` `package.json` (`@arkenv/nextjs`: `^0.1.5` → `^0.1.6`) - matching `package-lock.json` files for those examples This fixes the failing `check-sync` job on the Sync `dev` → `main` workflow. Verified: `pnpm sync:examples:check` exits 0. ## Type of Change - [x] Bug fix (non-breaking change which fixes an issue) ## Checklist - [x] My code follows the code style of this project (double quotes, tabs, no parameter reassignment). - [x] I have written sentence-case imperative commits / PR title (e.g. `Add support for custom error messages` - no `feat:`, no trailing period, capitalized). - [ ] I have added tests to cover my changes. - [x] All new and existing tests passed. - [ ] I have created a changeset using `pnpm changeset` (if this affects a published package). ### For v0 (dev) PRs: - [ ] **Forward-Porting**: (For maintainers) Has this change been manually forward-ported to the `v1` branch? No changeset needed — examples-only sync, no published package source changes. [sync-examples-check.log](https://cursor.com/agents/bc-6f754894-713f-40f5-b64d-41ff62cc6b6c/artifacts?path=%2Fopt%2Fcursor%2Fartifacts%2Fsync-examples-check.log) <sub>To show artifacts inline, <a href="https://cursor.com/dashboard/cloud-agents#my-pull-requests">enable</a> in settings.</sub> <!-- CURSOR_AGENT_PR_BODY_END --> <div><a href="https://cursor.com/agents/bc-6f754894-713f-40f5-b64d-41ff62cc6b6c?cursor_ref=pr_footer&cursor_cta=open_in_web"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> <a href="https://cursor.com/background-agent?bcId=bc-6f754894-713f-40f5-b64d-41ff62cc6b6c&cursor_ref=pr_footer&cursor_cta=open_in_cursor"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a> </div> Co-authored-by: Cursor Agent <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to dev, this PR will be updated.
Releases
@arkenv/nextjs@0.1.6
Patch Changes
Widen the React peer dependency range
#1833230ed72@yamcodesAllow
@arkenv/nextjsto work with React 18.2.0 and later in the React 18 line, as well as every React 19 release, instead of requiring React 19.2.5. Install it alongside a supported React version, such aspnpm add @arkenv/nextjs react@^18.2.0.